home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / lawn_pac.swf / scripts / DefineButton2_141 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2008-11-13  |  82 b   |  7 lines

  1. on(release){
  2.    tellTarget("/")
  3.    {
  4.       gotoAndStop("scene3win");
  5.    }
  6. }
  7.